home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Roaster-Java-WA-HTTP-CGI hack / cgi WA plugin / Interfaces / CW7Header.globals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  471 b   |  18 lines  |  [TEXT/MPS ]

  1.  
  2. #define UniversalIncludes    1
  3. #define ModuleDebug            1
  4.  
  5. /*
  6. Define this only if your plugin has globals and your using CodeWarrior7.
  7. Other compilers may support globals in code resources but you'll have to
  8. figure this out on your own.
  9. */
  10.  
  11. #define PLUGIN_GLOBALS
  12.  
  13. #ifdef __MWERKS__
  14. // CW7 functions return pointers in A0 unless this is specified. We specify it here because
  15. // Arrange returns pointers in D0 as per MPW conventions.
  16. #pragma pointers_in_D0
  17. #endif    //__MWERKS__
  18.